PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics.fonts.truetype Package / PDFTrueTypeFontFeatures Class / setEnableStandardLigatures Method
True if standard ligatures are enabled.
In This Topic
    setEnableStandardLigatures Method
    In This Topic
    Gets a flag indicating whether standard ligatures should be enabled. This feature replaces a sequence of glyphs with a single glyph which is preferred for typographic purposes. This feature covers the ligatures which the designer/manufacturer judges should be used in normal conditions.
    Syntax
    public void setEnableStandardLigatures( 
       boolean value
    )

    Parameters

    value
    True if standard ligatures are enabled.
    See Also